B22 - Dungeon 1
提出
code: python
n = int(input())
a = list(map(int, input().split()))
b = list(map(int, input().split()))
for i in range(n-2):
解答
code: python
n = int(input())
a = list(map(int, input().split()))
b = list(map(int, input().split()))
for i in range(n):
if i <= n-2:
if i <= n-3: